Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-13) ~ 00:01:25 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-13) ~ 00:01:32 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55be0ea9d5b0>), :
cannot open the connection
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x55be0348c9b0>), :
cannot open the connection
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-13) ~ 00:01:42 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-13) ~ 00:01:50 UTC
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x55be054bf060>), :
cannot open the connection
Error in open.connection(structure(7L, class = c("curl", "connection"), conn_id = <pointer: 0x55be12c7c9d0>), :
cannot open the connection
Error in open.connection(structure(8L, class = c("curl", "connection"), conn_id = <pointer: 0x55be07976ea0>), :
cannot open the connection
Error in open.connection(structure(9L, class = c("curl", "connection"), conn_id = <pointer: 0x55be0713fc60>), :
cannot open the connection
Downloading 1 requests, up to 28 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-13) ~ 00:02:03 UTC
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-13) ~ 00:02:10 UTC
Downloading 1 requests, up to 10 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-13) ~ 00:02:16 UTC
Downloading 1 requests, up to 47 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-13) ~ 00:02:22 UTC
Downloading 1 requests, up to 123 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-13) ~ 00:02:28 UTC
Error in path_to_connection(x) :
'Error { code=503; message="Service Unavailable: There was a
(temporary?) problem. Wait a minute, then try again. (In a browser, click the
Reload button.)"; } ' does not exist in current working directory
('/share/github/noaa-onms/climate-dashboard-app/log').
ERROR in calling path_to_connection:
'Error { code=503; message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)"; } ' does not exist in current working directory ('/share/github/noaa-onms/climate-dashboard-app/log').ERROR in calling x:
'Error { code=503; message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)"; } ' does not exist in current working directory ('/share/github/noaa-onms/climate-dashboard-app/log').
RETRYing...
Downloading 1 requests, up to 40 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-13) ~ 00:02:36 UTC
Error in path_to_connection(x) :
'Error { code=503; message="Service Unavailable: There was a
(temporary?) problem. Wait a minute, then try again. (In a browser, click the
Reload button.)"; } ' does not exist in current working directory
('/share/github/noaa-onms/climate-dashboard-app/log').
ERROR in calling path_to_connection:
'Error { code=503; message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)"; } ' does not exist in current working directory ('/share/github/noaa-onms/climate-dashboard-app/log').ERROR in calling x:
'Error { code=503; message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)"; } ' does not exist in current working directory ('/share/github/noaa-onms/climate-dashboard-app/log').
RETRYing...
Warning: There were 6 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?time': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 5 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()